home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverbrothers.swf / scripts / DefineButton2_198 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  85 b   |  6 lines

  1. on(release){
  2.    _root.level = 1;
  3.    _root.score = 0;
  4.    _root.gotoAndStop(4);
  5. }
  6.